home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / util / misc / Delay11.readme < prev    next >
Encoding:
Text File  |  1996-10-11  |  2.5 KB  |  62 lines

  1. Short:        Make millisecond delays.
  2. Author:       toleb@mail.link.no (Tom Ole Børvik)
  3. Uploader:     toleb@mail.link.no (Tom Ole Børvik)
  4. Version:      1.1
  5. Type:         util/misc
  6. Requires:     KS/WB 2+
  7. Replaces:     util/misc/Delay.lha
  8. Distribution: Anywhere.
  9.  
  10. This little program gives you time control in Shell, down to a millisecond.
  11.  
  12. AmigaOS includes the program WAIT, which gives you delays in whole seconds,
  13. in minutes or to a given time. But I wanted more! I wanted to make delays
  14. between 0 and 1 second, too! And in between seconds.
  15.  
  16. Say, for instance, you have two programs which has to be started at exact 3.5
  17. seconds after each other. This is not possible with the WAIT command, but
  18. with this one you can give the exact time milliseconds accuracy, e.g.
  19. 3.5 seconds equals 3500. But: I do not guarantee that the timing is 100% accurate, 
  20. but it should be near to it. Anyone who care to time this program, is welcome
  21. to mail me any results.
  22.  
  23. Usage: Delay MILLISECONDS/N
  24.  
  25. Example: 
  26. 1.SYS:> Delay 3500 
  27. <here comes a 3.5 seconds delay>
  28. 1.SYS:> 
  29.  
  30. Errors in parameters are reported. To view usage, type "Delay", 
  31. "Delay ?" or "Delay /?" in your Shell window.
  32.  
  33. To install Delay, just copy it wherever you want in your path.
  34. Suggested location is C:
  35.  
  36. The program is written in Pascal, which is why it has the size it does.
  37. Pascal on the Amiga is not in any way comparable to C regarding the
  38. size of the executable, but it works...
  39.  
  40. Would really like to se Borland Pascal under AmigaOS...
  41.  
  42. This program is freeware, but still Copyright 1996 Tom Ole Børvik
  43. (toleb@mail.link.no) Spread it anywhere you like, but the archive must include
  44. this readme file as it is. No modifications to the program itself or this
  45. readme file is allowed. Although this program is freeware, I would appreciate
  46. any comments or suggestions by mail. Mail me at the above adress.
  47.  
  48. THIS PRODUCT IS USED AT YOUR OWN RISK. I CAN NOT BE HEDT RESPONSIBLE
  49. FOR ANY DAMAGE AS A RESULT OF USING THIS PRODUCT. I MAKE NO WARRANTIES
  50. REGARDING USE OR MISUSE OF THIS PRODUCT! IF YOUR HARDDISK OR ANY OTHER
  51. COMPONENT OF YOUR COMPUTER GOES BANANAS, DON'T BLAME ME!
  52.  
  53.  
  54. ============================= Archive contents =============================
  55.  
  56. Original  Packed Ratio    Date     Time    Name
  57. -------- ------- ----- --------- --------  -------------
  58.     6676    4231 36.6% 28-Aug-96 21:42:16  Delay
  59.     2114    1149 45.6% 28-Aug-96 22:02:40  Delay.readme
  60. -------- ------- ----- --------- --------
  61.     8790    5380 38.7% 28-Aug-96 23:57:20   2 files
  62.